roundedbox: close path
authorBenjamin Otte <otte@redhat.com>
Sun, 8 Jan 2012 03:56:31 +0000 (04:56 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 9 Jan 2012 17:38:00 +0000 (18:38 +0100)
Just because we do it everywhere else, too.

gtk/gtkroundedbox.c

index 4e7c19d0cd4715476b3deea7a1324b3725e98102..1aea2eeaaec974fbc09e4bb9bf7f085a6cef4d11 100644 (file)
@@ -244,6 +244,8 @@ _gtk_rounded_box_path (const GtkRoundedBox *box,
                    box->corner[GTK_CSS_BOTTOM_LEFT].horizontal,
                    box->corner[GTK_CSS_BOTTOM_LEFT].vertical,
                    G_PI / 2, G_PI);
+
+  cairo_close_path (cr);
 }
 
 double